home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / ARexx / Modular / ActiveLibs.mod next >
Text File  |  1993-08-19  |  244b  |  8 lines

  1.     /*  ------- Make required libraries active ------- */     
  2.     ActiveLibs: 
  3.     lib.1 = 'rexxsupport.library' ; lib.2 = 'rexxarplib.library'
  4.     do i = 1 to 2
  5.      if ~show('l',lib.i) then check = addlib(lib.i,0,-30,0) 
  6.      end
  7.     return
  8.